E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

paymentScheduleInitialAmount (property)

The initial amount to be charged (such as a trial period or setup fee).

Syntax

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

Default Value

""

Remarks

The initial amount to be charged (such as a trial period or setup fee). This amount can vary from PaymentScheduleRecurAmount.

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