@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/payment-instrument-services
SwiftWirePaymentInstrument
Type Alias SwiftWirePaymentInstrument
SwiftWirePaymentInstrument
:
Simplify
<
Omit
<
PaymentInstrumentBase
,
"type"
>
&
{
accountNumber
:
string
;
beneficiary
:
{
address
:
{
city
:
string
;
countryCode
:
string
;
line1
:
string
;
line2
?:
string
;
postalCode
:
string
;
region
?:
string
;
}
;
email
?:
string
;
phone
?:
string
;
reference
?:
string
;
}
&
(
|
{
name
:
string
;
type
:
"BUSINESS"
}
|
{
firstName
:
string
;
lastName
:
string
;
middleName
?:
string
;
type
:
"PERSON"
;
}
)
;
financialInstitution
:
Bic
;
iban
?:
string
;
intermediaryFinancialInstitution
?:
Bic
;
intermediaryRoutingNumber
?:
string
;
localAccountNumber
?:
string
;
localBankCode
?:
string
;
routingNumber
:
string
;
type
:
Extract
<
PaymentInstrumentBase
[
"type"
]
,
"SWIFT_WIRE"
>
;
verificationProfileId
?:
string
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@cfxlabsinc/b2b-services
Loading...