Class: Walletone::Recurrent::ResultInvoice::InvoiceInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/walletone/recurrent/result_invoice.rb

Defined Under Namespace

Classes: PaymentInfo

Constant Summary collapse

RAW_EXAMPLE =
{"Invoice"=>
         {"InvoiceId"=>345539868062,
"Amount"=>1.24,
"CurrencyId"=>643,
"InvoiceStateId"=>"Created",
"CreateDate"=>"2015-12-31T08:20:13",
"UpdateDate"=>"2015-12-31T08:20:13",
"Payment"=>
         {"PaymentId"=>69904496,
"PaymentCode"=>"345539868062",
"PaymentCodeType"=>"InvoiceId",
"CreateDate"=>"2015-12-31T08:20:14.137",
"UpdateDate"=>"2015-12-31T08:20:14.137",
"PaymentStateId"=>"Created",
"PaymentTypeId"=>"CreditCardRUB"}},
"CanSaveAsExternalAccount"=>true}