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 Default for TestOrderPaymentMethod[src]
impl Default for TestOrderPaymentMethodfn default() -> TestOrderPaymentMethod[src]
fn default() -> TestOrderPaymentMethodReturns the "default value" for a type. Read more
impl Clone for TestOrderPaymentMethod[src]
impl Clone for TestOrderPaymentMethodfn clone(&self) -> TestOrderPaymentMethod[src]
fn clone(&self) -> TestOrderPaymentMethodReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for TestOrderPaymentMethod[src]
impl Debug for TestOrderPaymentMethodfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for TestOrderPaymentMethod[src]
impl Part for TestOrderPaymentMethodAuto Trait Implementations
impl Send for TestOrderPaymentMethod
impl Send for TestOrderPaymentMethodimpl Sync for TestOrderPaymentMethod
impl Sync for TestOrderPaymentMethod