com.coinbase.cdp.types
Method Details
getPayer
String - The 0x-prefixed, checksum EVM address of the payer (channel funder).
getPayerAuthorizer
String - The 0x-prefixed, checksum EVM address authorized to sign vouchers on behalf of the payer.
getReceiver
String - The 0x-prefixed, checksum EVM address of the receiver (resource server / merchant).
getReceiverAuthorizer
String - The 0x-prefixed, checksum EVM address authorized to sign claim batches on behalf of the receiver (typically the facilitator).
getToken
String - The 0x-prefixed, checksum EVM address of the ERC-20 payment token.
getWithdrawDelay
int - The non-cooperative withdraw delay in seconds. Must be between 900 (15 minutes) and 2,592,000 (30 days).
getSalt
String - A 32-byte salt used to differentiate channels between the same payer/receiver pair.
equals
[equals](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#equals\(java.lang.Object\) "class or interface in java.lang") in class [Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang")
Parameters:
other - Object
Returns:
boolean
getAdditionalProperties
Map<String,Object>
hashCode
[hashCode](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#hashCode\(\) "class or interface in java.lang") in class [Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang")
Returns:
int
toString
[toString](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#toString\(\) "class or interface in java.lang") in class [Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang")
Returns:
String
builder
PayerStage