Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
TestOrderPaymentMethod |
TestOrderPaymentMethod.clone() |
TestOrderPaymentMethod |
TestOrder.getPaymentMethod()
The details of the payment method.
|
TestOrderPaymentMethod |
TestOrderPaymentMethod.set(String fieldName,
Object value) |
TestOrderPaymentMethod |
TestOrderPaymentMethod.setExpirationMonth(Integer expirationMonth)
The card expiration month (January = 1, February = 2 etc.).
|
TestOrderPaymentMethod |
TestOrderPaymentMethod.setExpirationYear(Integer expirationYear)
The card expiration year (4-digit, e.g.
|
TestOrderPaymentMethod |
TestOrderPaymentMethod.setLastFourDigits(String lastFourDigits)
The last four digits of the card number.
|
TestOrderPaymentMethod |
TestOrderPaymentMethod.setPredefinedBillingAddress(String predefinedBillingAddress)
The billing address.
|
TestOrderPaymentMethod |
TestOrderPaymentMethod.setType(String type)
The type of instrument.
|
Modifier and Type | Method and Description |
---|---|
TestOrder |
TestOrder.setPaymentMethod(TestOrderPaymentMethod paymentMethod)
The details of the payment method.
|
Copyright © 2011–2021 Google. All rights reserved.