E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

subscriptionName (property)

The name of the recurring subscription or profile.

Syntax

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

Default Value

""

Remarks

This field contains the name of the recurring subscription or profile. Please see the RecurringBilling Gateway Setup and Required Properties page to determine if this is a required or optional field for the gateway you are using.

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