E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

paymentScheduleStartDate (property)

The date on which the recurring payments will start processing.

Syntax

@property (nonatomic,readwrite,assign,getter=paymentScheduleStartDate,setter=setPaymentScheduleStartDate:) NSString* paymentScheduleStartDate;
- (NSString*)paymentScheduleStartDate;
- (void)setPaymentScheduleStartDate:(NSString*)newPaymentScheduleStartDate;
public var paymentScheduleStartDate: String {
  get {...}
set {...} }

Default Value

""

Remarks

The date on which the recurring payments will start processing.

This property specifies the start date. The default format is "MM/dd/yyyy" and is controlled by DateFormat, or GetSubscriptionStatus.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 iOS Edition - Version 20.0 [Build 7941]