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-rev20190308-1.26.0)












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.
        Returns:
        value or null for none
      • setPredefinedBillingAddress

        public TestOrderPaymentMethod setPredefinedBillingAddress(String predefinedBillingAddress)
        The billing address.
        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.
        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.
        Parameters:
        type - type or null for none
      • clone

        public TestOrderPaymentMethod clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy