Spade

Mini Shell

Directory:~$ /home/lmsyaran/www/j3/plugins/hikashoppayment/mangopay/mangolib/types/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/www/j3/plugins/hikashoppayment/mangopay/mangolib/types/money.inc

<?php

namespace MangoPay;

/**
 * Class represents money value with currency
 */
class Money extends Dto {
    
    /**
     * Text with currency code with ISO 4217 standard
     * @var String
     */
    public $Currency;
    
    /**
     * The currency amount of money
     * @var Long
     */
    public $Amount;
}