PlatformManualTransfer
@Serializable
@SerialName(value = "MANUAL")
수기 정산건
Constructors
Link copied to clipboard
constructor( id: String, graphqlId: String, partner: PlatformPartner, status: PlatformTransferStatus, memo: String? = null, settlementDate: String, settlementCurrency: Currency, payoutId: String? = null, payoutGraphqlId: String? = null, isForTest: Boolean, userDefinedProperties: List<PlatformUserDefinedPropertyKeyValue>, settlementAmount: Long)