Struct google_content2::TestOrderPaymentMethod
[−]
[src]
pub struct TestOrderPaymentMethod {
pub expiration_month: Option<i32>,
pub last_four_digits: Option<String>,
pub expiration_year: Option<i32>,
pub type_: Option<String>,
pub predefined_billing_address: Option<String>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
expiration_month: Option<i32>
The card expiration month (January = 1, February = 2 etc.).
last_four_digits: Option<String>
The last four digits of the card number.
expiration_year: Option<i32>
The card expiration year (4-digit, e.g. 2015).
type_: Option<String>
The type of instrument. Note that real orders might have different values than the four values accepted by createTestOrder.
predefined_billing_address: Option<String>
The billing address.
Trait Implementations
impl Debug for TestOrderPaymentMethod[src]
impl Clone for TestOrderPaymentMethod[src]
fn clone(&self) -> TestOrderPaymentMethod
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for TestOrderPaymentMethod[src]
fn default() -> TestOrderPaymentMethod
Returns the "default value" for a type. Read more