![JAR search and dependency download from the Maven repository](/logo.png)
com.payu.sdk.api.model.CreditCardListResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-client Show documentation
Show all versions of api-client Show documentation
A fresh implementation of the PayU API Client for Android
The newest version!
package com.payu.sdk.api.model;
import java.util.List;
public class CreditCardListResponse {
private List creditCardList;
public List getCreditCardsList() {
return creditCardList;
}
public List getCreditCardList() {
return creditCardList;
}
public void setCreditCardList(List creditCardList) {
this.creditCardList = creditCardList;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy