E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

invoiceNumber (property)

Merchant-generated invoice number.

Syntax

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

Default Value

""

Remarks

This field contains a merchant-generated invoice number. This number should be unique for each transaction. This property is optional for most gateways, but it is recommended that the merchant use an invoice number to keep track of transactions. See the Gateway property 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]