paymentMemo (property)

Memo attached to this payment from the customer to payee.

Syntax

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

Default Value

""

Remarks

Memo attached to this payment from the customer to payee.

This is optional when submitting a payment request.

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