cybersource-api
Version:
Module for connect with CyberSource by soap methods.
12 lines (11 loc) • 315 B
TypeScript
export = Card;
declare class Card {
accountNumber:string;
expirationMonth:string;
expirationYear:string;
cvNumber:string;
cardType:string
moreParams:any;
constructor(accountNumber:strring,expirationMonth:string,expirationYear:string,cvNumber:string,cardType:string,moreParams?:any)
getJSON():any;
}