pub type PaymentAmountRefunded = PaymentAmountNullable;

Aliased Type§

struct PaymentAmountRefunded {
    pub currency: String,
    pub value: f64,
}

Fields§

§currency: String

The ISO-4217 currency code of the payment. For standing orders and payment consents, "GBP" must be used. For Poland, Denmark, Sweden and Norway, only the local currency is currently supported.

§value: f64

The amount of the payment. Must contain at most two digits of precision e.g. 1.23.