BACSDirectDebitDetails
public struct BACSDirectDebitDetails : PaymentMethodDetails
Contains the details supplied by the BACS Direct Debit component.
-
The payment method type.
Declaration
Swift
public let type: String
-
The BACS account’s holder name.
Declaration
Swift
public let holderName: String
-
The BACS account’s number.
Declaration
Swift
public let bankAccountNumber: String
-
The BACS location’s ID.
Declaration
Swift
public let bankLocationId: String
-
Creates and returns a BACS Direct Debit details instance.
Declaration
Swift
public init(paymentMethod: BACSDirectDebitPaymentMethod, holderName: String, bankAccountNumber: String, bankLocationId: String)
Parameters
paymentMethod
The BACS Direct Debit payment method.
holderName
The BACS account’s holder name.
bankAccountNumber
The BACS account’s number.
bankLocationId
The BACS location’s ID.