paymentBillRef (property)

Biller-supplied reference information when paying a bill, if available.

Syntax

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

Default Value

""

Remarks

Biller-supplied reference information when paying a bill, if available.

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]