SBSDKCheckDocumentAUSCheck
@interface SBSDKCheckDocumentAUSCheck : SBSDKGenericDocumentWrapper
A check compatible with the Australian Paper Clearing System cheque standard.
-
The name of the wrapped document type.
Declaration
Objective-C
- (nonnull NSString *)requiredDocumentType;
Swift
func requiredDocumentType() -> String
-
Account number.
Declaration
Objective-C
@property (readonly, nonnull) SBSDKGenericDocumentField *accountNumber;
Swift
var accountNumber: SBSDKGenericDocumentField { get }
-
Auxiliary domestic.
Declaration
Objective-C
@property (readonly, nullable) SBSDKGenericDocumentField *auxDomestic;
Swift
var auxDomestic: SBSDKGenericDocumentField? { get }
-
BSB.
Declaration
Objective-C
@property (readonly, nonnull) SBSDKGenericDocumentField *bsb;
Swift
var bsb: SBSDKGenericDocumentField { get }
-
Extra auxiliary domestic.
Declaration
Objective-C
@property (readonly, nullable) SBSDKGenericDocumentField *extraAuxDomestic;
Swift
var extraAuxDomestic: SBSDKGenericDocumentField? { get }
-
Transaction code.
Declaration
Objective-C
@property (readonly, nonnull) SBSDKGenericDocumentField *transactionCode;
Swift
var transactionCode: SBSDKGenericDocumentField { get }