RefundPayoutRequest

data class RefundPayoutRequest(@Json(name = pain_typepainType: RefundPayoutRequest.PainType, @Json(name = transactionstransactions: List<RefundPayoutTransactions>, @Json(name = batch_bookingbatchBooking: Boolean?)

Parameters

painType

The format of pain file.

transactions
batchBooking

Constructors

RefundPayoutRequest
Link copied to clipboard
fun RefundPayoutRequest(@Json(name = pain_typepainType: RefundPayoutRequest.PainType, @Json(name = transactionstransactions: List<RefundPayoutTransactions>, @Json(name = batch_bookingbatchBooking: Boolean? = null)
The format of pain file.

Types

PainType
Link copied to clipboard
enum PainType : Enum<RefundPayoutRequest.PainType>
The format of pain file.

Properties

batchBooking
Link copied to clipboard
var batchBooking: Boolean? = null
painType
Link copied to clipboard
var painType: RefundPayoutRequest.PainType
The format of pain file.
transactions
Link copied to clipboard
var transactions: List<RefundPayoutTransactions>