@tax1driver/ts-payu
Preparing search index...
PayoutRequest
Interface PayoutRequest
interface
PayoutRequest
{
account
?:
{
accountNumber
:
string
;
swift
?:
string
}
;
customerAddress
?:
{
city
?:
string
;
countryCode
?:
string
;
name
:
string
;
postalCode
?:
string
;
street
?:
string
;
}
;
payout
:
{
amount
:
number
;
currencyCode
:
string
;
description
?:
string
;
extPayoutId
:
string
;
}
;
shopId
:
string
;
}
Index
Properties
account?
customer
Address?
payout
shop
Id
Properties
Optional
account
account
?:
{
accountNumber
:
string
;
swift
?:
string
}
Optional
customer
Address
customerAddress
?:
{
city
?:
string
;
countryCode
?:
string
;
name
:
string
;
postalCode
?:
string
;
street
?:
string
;
}
payout
payout
:
{
amount
:
number
;
currencyCode
:
string
;
description
?:
string
;
extPayoutId
:
string
;
}
shop
Id
shopId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
customer
Address
payout
shop
Id
@tax1driver/ts-payu
Loading...