Struct google_content2::api::TestOrderPaymentMethod [−][src]
pub struct TestOrderPaymentMethod {
pub expiration_month: Option<i32>,
pub expiration_year: Option<i32>,
pub last_four_digits: Option<String>,
pub predefined_billing_address: Option<String>,
pub type_: Option<String>,
}Expand description
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.).
expiration_year: Option<i32>The card expiration year (4-digit, e.g. 2015).
last_four_digits: Option<String>The last four digits of the card number.
predefined_billing_address: Option<String>The billing address. Acceptable values are: - “dwight” - “jim” - “pam”
type_: Option<String>The type of instrument. Note that real orders might have different values than the four values accepted by createTestOrder. Acceptable values are: - “AMEX” - “DISCOVER” - “MASTERCARD” - “VISA”
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for TestOrderPaymentMethod
impl Send for TestOrderPaymentMethod
impl Sync for TestOrderPaymentMethod
impl Unpin for TestOrderPaymentMethod
impl UnwindSafe for TestOrderPaymentMethod
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more