export class ContributionAttributes { amount: string 'currency-type': string 'amount-expected': string 'contributor-email': string 'contributor-name': string 'created-at': string // (Date with Time) 'funds-transfer-details': string 'funds-transfer-type': string message: string 'private-memo': string reference: string 'signet-deposit-address': string 'special-instructions': string 'special-type': string status: string 'payment-details': string 'payment-type': string 'reference-number': string 'transaction-number': string }