Struct stellar_client::resources::operation::Payment[][src]

pub struct Payment { /* fields omitted */ }

A payment operation represents a payment from one account to another. This payment can be either a simple native asset payment or a fiat asset payment.

Methods

impl Payment
[src]

Creates a new Payment

The public address of the account making a payment.

The public address of the account receiving a payment.

The asset being sent in the payment

The amount being sent in the payment

Trait Implementations

impl Debug for Payment
[src]

Formats the value using the given formatter. Read more

impl Clone for Payment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Payment

impl Sync for Payment