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::GetProfileResponse::Feedback
CoinPayments::GetProfileResponse::Feedback
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
coinpayments/types.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#neg
: Int32
#neut
: Int32
#percent
: String
#percent_str
: String
#pos
: Int32
#total
: Int32
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
neg
: Int32
#
[
View source
]
def
neut
: Int32
#
[
View source
]
def
percent
: String
#
[
View source
]
def
percent_str
: String
#
[
View source
]
def
pos
: Int32
#
[
View source
]
def
total
: Int32
#
[
View source
]