Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
coinpayments
master
CoinPayments
Balance
BalanceResponse
BoolToIntConverter
ClaimCouponResponse
Client
ConversionInfoResponse
ConvertCoinsResponse
ConvertLimitsResponse
CreateMassWithdrawalResponse
CreateTransactionResponse
CreateTransferResponse
CreateWithdrawalResponse
Error
GetBasicInfoResponse
GetCallbackAddressResponse
GetDepositAddressResponse
GetProfileResponse
Feedback
GetTxListResponse
GetTxResponse
GetWithdrawalHistoryResponse
GetWithdrawalHistoryResponseSingle
GetWithdrawalInfoResponse
Rate
RatesResponse
TagListResponseSingle
TxListItem
Built with Crystal 1.9.2
2023-10-07 21:37:00 UTC
struct
CoinPayments::CreateWithdrawalResponse
CoinPayments::CreateWithdrawalResponse
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
coinpayments/types.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#amount
: Int32
#error
: String | Nil
#id
: String
#status
: Int32
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
amount
: Int32
#
[
View source
]
def
error
: String | Nil
#
[
View source
]
def
id
: String
#
[
View source
]
def
status
: Int32
#
[
View source
]