All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.content.model.TestOrderPaymentMethod.html Maven / Gradle / Ivy

There is a newer version: v2.1-rev20241217-2.0.0
Show newest version






TestOrderPaymentMethod (Content API for Shopping v2-rev20200902-1.30.10)












com.google.api.services.content.model

Class TestOrderPaymentMethod

    • Constructor Detail

      • TestOrderPaymentMethod

        public TestOrderPaymentMethod()
    • Method Detail

      • getExpirationMonth

        public Integer getExpirationMonth()
        The card expiration month (January = 1, February = 2 etc.).
        Returns:
        value or null for none
      • setExpirationMonth

        public TestOrderPaymentMethod setExpirationMonth(Integer expirationMonth)
        The card expiration month (January = 1, February = 2 etc.).
        Parameters:
        expirationMonth - expirationMonth or null for none
      • getExpirationYear

        public Integer getExpirationYear()
        The card expiration year (4-digit, e.g. 2015).
        Returns:
        value or null for none
      • setExpirationYear

        public TestOrderPaymentMethod setExpirationYear(Integer expirationYear)
        The card expiration year (4-digit, e.g. 2015).
        Parameters:
        expirationYear - expirationYear or null for none
      • getLastFourDigits

        public String getLastFourDigits()
        The last four digits of the card number.
        Returns:
        value or null for none
      • setLastFourDigits

        public TestOrderPaymentMethod setLastFourDigits(String lastFourDigits)
        The last four digits of the card number.
        Parameters:
        lastFourDigits - lastFourDigits or null for none
      • getPredefinedBillingAddress

        public String getPredefinedBillingAddress()
        The billing address. Acceptable values are: - "`dwight`" - "`jim`" - "`pam`"
        Returns:
        value or null for none
      • setPredefinedBillingAddress

        public TestOrderPaymentMethod setPredefinedBillingAddress(String predefinedBillingAddress)
        The billing address. Acceptable values are: - "`dwight`" - "`jim`" - "`pam`"
        Parameters:
        predefinedBillingAddress - predefinedBillingAddress or null for none
      • getType

        public String getType()
        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`"
        Returns:
        value or null for none
      • setType

        public TestOrderPaymentMethod setType(String type)
        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`"
        Parameters:
        type - type or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy