E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

paymentScheduleEndDate (property)

The end date of the subscription.

Syntax

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

Default Value

""

Remarks

The end date of the subscription.

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]